projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a88e68
)
Build adds not-yet-built libgtk-x11-2.0.la into the linker flags
author
Benjamin Otte
<otte@gnome.org>
Mon, 21 Dec 2009 01:43:10 +0000
(
02:43
+0100)
committer
Benjamin Otte
<otte@gnome.org>
Mon, 21 Dec 2009 01:51:59 +0000
(
02:51
+0100)
Commit
9e7c91bf83fd21a559b5658d02a1466deb4de919
added a bit too many
LDFLAGS to the build of gtk-update-icon-cache, revert it to only use the
required ones. BugĀ 605036
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index cee2ab1869616169992944b7c2ff5d338530516e..8ec9abf3a1db75f439217a60294e8ddc6a6fb872 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1047,7
+1047,10
@@
gtk_query_immodules_2_0_LDADD = $(LDADDS)
gtk_query_immodules_2_0_SOURCES = queryimmodules.c
-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(LDADDS)
+gtk_update_icon_cache_LDADD = \
+ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
+ $(GDK_PIXBUF_DEP_LIBS)
+
gtk_update_icon_cache_SOURCES = \
updateiconcache.c